home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
US History
/
US History (Bureau Development Inc.)(1991).ISO
/
install.bat
next >
Wrap
DOS Batch File
|
1990-09-20
|
2KB
|
40 lines
@echo off
if "%1" == "" goto noparm
cls
echo
echo █████▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██████
echo █████▐████████████████████████████████████████████████████████▌██████
echo █████▐██████ US History on CD-ROM Installation Procedure██████▌██████
echo █████▐████████████████████████████████████████████████████████▌██████
echo █████▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██████
echo █████████████████████████████████████████████████████████████████████
echo █████ It is recommended that you run this procedure if you have █████
echo █████ a hard drive with at least 200K free disk space. ██████████████
echo █████████████████████████████████████████████████████████████████████
echo █████ About to install the search software on your hard drive. ██████
echo █████ Press break to abort or press any key to continue... ██████████
echo █████████████████████████████████████████████████████████████████████
echo █████████████████████████████████████████████████████████████████████
echo █████████████████████████████████████████████████████████████████████
pause
@echo on
copy %1\ush.exe \ushexe.exe
md \discpass
copy %1\discpass\helptext \discpass\helptext
@echo \ushexe.exe -d%1 > \ush.bat
@echo off
echo █████████████████████████████████████████████████████████████████████
echo █████ Installation complete. ███████████████████████████████████████
echo █████ Type USH to run US History on CD-ROM. █████████████████████████
echo █████████████████████████████████████████████████████████████████████
goto end
:noparm
echo To install US History on CD-ROM, log onto your hard drive and type:
echo
echo d:install d:
echo
echo where d: is your CD-ROM drive.
goto end
:end
exit